Contribution org.nuxeo.ecm.platform.mobile.actions--actions
In component org.nuxeo.ecm.platform.mobile.actions
org.nuxeo.ecm.platform.mobile.actions
inside nuxeo-web-mobile-dm-5.8.jar
This contribution is part of XML component Extension Point
Extension point actions of component ActionService.Contributed Items
XML Source
<extension point="actions" target="org.nuxeo.ecm.platform.actions.ActionService">
<action icon="/icons/mobile.png" id="back_to_mobile_document" label="command.mobile.go" link="#{mobileApplicationActions.cleanCookie}" order="10" type="link">
<category>DOCUMENT_UPPER_ACTION</category>
<filter-id>isMobileBrowser</filter-id>
</action>
</extension>